@font-face {
    font-family: 'KanitLight';
    src: url('../fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navtop-banner {
display: none;
}

.navtop-banner.show {
    display: block;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.container-main {
    margin-top: 40px;
}

.container-main * {
    font-family: 'KanitLight', sans-serif;
}

span,
div {
    line-height: 1;
    font-size: inherit;
}

.fa,
.far,
.fas,
.fal {
    font-family: "Font Awesome 5 Pro" !important;
}

.fad {
    font-family: "Font Awesome 5 Duotone" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.dts-hdn {
    display: none;
}

.cpg-logo {
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 2000;
    box-shadow: 0px 0px 5px #627566;
    text-align: center;
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

.cpg-logo.actived {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cpg-logo a {
    position: fixed;
    top: 5px;
    right: 10px;
    font-size: 15pt;
    color: #444;
    vertical-align: top;
}

.searcher-box>.h-fx:nth-child(n+4) {
    padding: 10px 8px;
    min-height: 66px;
}

img {
    vertical-align: top;
}

.cpg-logo img {
    top: 8px;
    position: relative;
}

.img-cpg-logo {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.main-logo {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 150px;
}

.sd-logo {
    display: inline-block;
    vertical-align: top;
    padding-top: 4pt;
    margin-left: 4px;
}

.sd-logo .sub-logo-txt {
    font-size: 17pt;
    font-family: 'KanitLight';
    line-height: 1;
}

.sd-logo .logo-txt {
    font-size: 17pt;
    line-height: 1.2;
}

.white-txt * {
    color: white;
}

.white-txt {
    color: white !important;
}

.dts-sd-ft {
    background-color: #2e3192;
    /*#008c44;*/
    border-top: 10px solid #bdcbd4;
    padding-top: 20pt;
}

.dts-sd-ft .sub-footer-box {
    margin-bottom: 20pt;
}

.dts-sd-ft .sel-mod-pri {
    margin-top: 7px;
    line-height: 1;
    font-size: 22px;
}

.dts-sd-ft .sel-mod-pri-sub {
    line-height: 1;
    font-size: 17px;
}

.dts-sd-ft .sel-mod-sec {
    font-size: 10.5pt;
    line-height: 1.2;
}

.dts-sd-ft a.ft-link {
    font-size: 10.5pt;
    text-decoration: none;
    padding-top: 2px;
    display: block;
    margin-bottom: 10px;
}

a.white-txt:hover,
a.white-txt:visited {
    color: white;
}

.copyright {
    padding: 10px;
    text-align: center;
    font-size: 10pt;
    background-color: white;
}

.module-menu-item {
    background-color: white;
    display: inline-block;
    color: black;
    font-weight: bold;
    padding: 8px 15px;
    font-size: 12pt;
}

.module-menu {
    margin-top: 20px;
}

.container.dts-pd-section {
    padding-top: 20pt !important;
    padding-bottom: 20pt !important;
}

.bu-selector-block .main-content {
    font-size: 16pt;
    line-height: 1.2;
}

.bu-selector-block .sub-content {
    font-size: 10pt;
    line-height: 1.3;
}

.dts .card-body {
    padding: 0.8rem;
}

.gray-bg {
    background-color: #f2f2f2;
}

.header-4 {
    font-size: 18pt;
    font-weight: normal;
}

.dts .row {
    padding-top: 5pt;
    padding-bottom: 5pt;
}

.clickable {
    cursor: pointer;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.clickable:hover {
    box-shadow: none;
}

section.dts {
    padding-top: 10pt;
    padding-bottom: 5pt;
}

.section-head-txt {
    font-size: 15pt;
    color: #283593;
    margin-bottom: 10pt;
    min-width: 100px;
}

.btn-set>* {
    background-color: gray;
    padding: 6pt;
    border-radius: 50pt;
    margin: 0px 5px;
    color: white;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 10pt;
}

.hint-header {
    color: #0277bd;
    font-size: 9pt;
    display: none;
}

.orange-bg {
    background: #ef6c00;
}

.blue-bg {
    background: #0277bd !important;
}

.green-bg {
    background: #2e7d32 !important;
}

.list-box .body .row>div {
    font-size: 12pt;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 5px;
}

.list-box * {
    vertical-align: top;
}

.list-box .btn-set {
    position: relative;
    top: -5px;
}

.list-box .header .row>div {
    font-size: 10pt;
    vertical-align: middle;
    padding-top: 5px;
    color: #969696;
}

.sep-row {
    height: 1px;
    border-top: 1px solid #cacaca;
    margin: 0px 15px;
}

.list-box .body .row:nth-child(even) {
    background-color: #eceff1;
}

.list-box .row {
    padding-right: 15px;
}

.list-box .header {
    border-bottom: 1px solid #cacaca;
}

.ul {
    padding-bottom: 20pt;
    border-bottom: 5pt solid #cfd8dc;
}

.gray-txt {
    color: #cccccc !important;
}

.middle-info {
    font-size: 14pt;
    /* font-weight: bold; */
}

.dark-txt {
    color: #666;
}

.bu-selector-block .unselected {
    display: block;
    color: #0000c8;
}

.bu-selector-block .selected {
    display: none
}

.selected-box {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 2px;
    background-color: #f5f5f5;
    padding: 10px;
}

.dts .btn-sm {
    font-size: 10pt;
}

.selected-box * {
    display: block;
    width: 100%;
}

.modal-desc {
    color: #444444;
    font-size: 10pt;
    width: 100%;
}

.modal-title {
    font-size: 12pt;
}

.ledder-lv {
    font-size: 11.5pt;
    color: #3e805f;
}

.final-lv {
    font-size: 14pt;
    margin: 6px 0px;
    color: #008a44;
}

.modal-body .view {
    margin: 8px 0px;
}

.selectric .label,
.selectric-items li {
    font-size: 11pt;
}

.selectric {
    background-color: white !important;
}

.selectric span.label,
.selectric-scroll ul li {
    font-size: 10pt;
    font-weight: bold;
    color: #444;
}

.dts .autocomplete-items div {
    margin: 15px 0px;
    padding: 15px 15px 0px;
    font-size: 11pt;
}

.dts .modal-dialog {
    margin-top: 50px;
}

.dts .form-control,
.dts .form-select {
    font-size: 12pt;
    padding: .175rem .55rem;
    margin: 5pt 0px;
    height: calc(1.5em + .65rem);
}

.dts .form-control-lg,
.dts .form-select-lg {
    font-size: 15pt;
}

.dts .form-control-sm,
.dts .form-select-sm {
    font-size: 10pt;
}

.dts .form-label {
    font-size: 12pt;
}

.dts textarea.form-control {
    height: auto;
}

.dts .form-label small {
    display: block;
    font-size: 9.5pt;
    margin-top: 5pt;
    line-height: 1.5em;
}

.dts small.modal-desc {
    color: #107f98;
}

.dts .h4 {
    font-size: 1.5rem;
}

.dts .h5 {
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.dts .h6 {
    font-size: .75rem;
}

.dts .pl-0>* {
    padding-left: 0px;
}

.dts .row .form-control,
.dts .row .form-select {
    margin: 0px 0px 5pt 0px;
}

.dts .pl-0 {
    padding: 0px;
}

.display-only {
    color: #9c9c9c;
}

.green-txt {
    color: #1b5e20 !important;
}

.inp-sm input {
    width: calc(100% - 40px);
}

.inp-sm>* {
    display: inline-block !important;
    vertical-align: top;
}

.inp-sm>i {
    font-size: 12pt;
    padding: 7pt 5pt;
    border-radius: 50pt;
    margin: 2px;
    width: 35px;
    text-align: center;
    height: 35px;
}

.eye {
    display: none !important;
}

.eye.show {
    display: inline-block !important;
}

.banner-block {
    background-image: url("./Portals/0/UsrMnm/images/usr-mng-bg-s.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100px;
}

.sub-inb>* {
    display: inline-block;
    margin-right: 10px;
}

.btn-plus * {
    display: inline-block;
    font-size: 10pt;
}

.btn-plus {
    padding: 0px 10px;
    cursor: pointer;
}

i.fas.fa-plus.lgreen-bg {
    background-color: #2bbbad;
    color: white;
    border-radius: 50px;
    padding: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 5px;
}

@media (min-width: 576px) {
    .banner-block {
        background-image: url("./Portals/0/UsrMnm/images/usr-mng-bg-m.jpg");
        min-height: 150px;
    }
}

@media (min-width: 992px) {
    .banner-block {
        background-image: url(./Portals/0/UsrMnm/images/usr-mng-bg-l.jpg);
        min-height: 180px;
    }
}

.banner-block .container {
    padding: 20px 10px !important;
}


/* -- 576px Horizontal mobile screen -- */

@media (max-width: 576px) {
    img.main-logo {
        max-width: 120px;
    }
    .sd-logo .sub-logo-txt {
        font-size: 10pt;
    }
    .sd-logo .logo-txt {
        font-size: 13pt;
    }
    .p600 {
        padding: 0px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .list-box .header {
        display: none;
    }
    .list-box .body {
        border-top: 1px solid #cacaca;
    }
    .hint-header {
        display: block;
    }
}


/* -- 768px Tablet screen -- */

@media (max-width: 768px) {}


/* -- 992px Labtop screen -- */

@media (max-width: 992px) {
    .sd-logo .logo-txt {
        font-size: 15pt;
    }
    .set-3 {
        margin: 0px 2px;
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    .container.dts-form {
        max-width: 1140px;
    }
}

.dts-form .form-label {
    margin-top: .5rem;
}

.dts .form-check-label {
    font-size: 12pt;
}

.dts .form-check-input {
    width: 13pt;
    height: 13pt;
}

.dts .form-check-inline {
    margin-right: 0px;
    white-space: nowrap;
}

.dts .form-check-inline label {
    white-space: initial;
}

.dts .form-label.sep-section {
    border-top: 2px solid #ddd;
    padding-top: .75rem;
}

.header-3 {
    font-size: 13pt;
    font-weight: bold;
}

.dts .mr-10 {
    margin-right: 10px;
}

.dts .nopad-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.dts .mgb-10 {
    margin-bottom: 10pt;
}

.dts .sub-card .body .content {
    font-size: 10pt;
}

.dts .sub-card {
    margin-bottom: 15pt;
}

.dts .nopad {
    padding: 0px;
}

.dts .nopad-lr .row {
    padding-top: 0px;
}

.dts .litem-5 .form-check input[type="radio"] {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.dts .litem-5 .form-check {
    white-space: nowrap;
}

.dts .litem-5 .form-check label {
    white-space: break-spaces;
}

@media (min-width: 576px) {
    .dts.header-block {
        background-image: url("./Portals/0/UsrMnm/images/usr-mng-bg-m.jpg");
    }
}

@media (min-width: 992px) {
    .dts.header-block {
        background-image: url(./Portals/0/UsrMnm/images/usr-mng-bg-l.jpg);
    }
}

.dts.header-block .container {
    padding: 20px 10px !important;
}

.tran-light-bg.rp {
    background-color: rgb(255 255 255 / 0.7);
}

.header-block .container.pad-tb-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.header-block .tran-dark-bg .container {
    padding-top: 20pt !important;
    padding-bottom: 20pt !important;
}

.tran-blue-bg {
    background-color: rgb(0 55 123 / 30%);
}

.header-block {
    background-size: cover;
    background-position: center top;
}

.dts .form-check-inline {
    margin-top: 8px;
}

.group-desc label.form-label {
    font-size: 9pt;
    line-height: 1.4;
    margin: 0;
    color: gray;
}

.group-desc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 20px;
    top: -6px;
}

.tab-menu-item {
    background-color: #ececec;
    display: inline-block;
    padding: 10px 12px;
    color: #444;
    font-size: 10pt;
    margin: 8px;
    cursor: pointer;
    margin-left: 0px;
}

.tab-menu-item.active {
    background-color: #ced9df;
    cursor: initial;
}

.back-bg {
    background-color: #7b7b7b;
    color: white;
}

button.btn {
    font-size: 12pt;
}

.col-12.btn-bottom-set button {
    margin-right: 8px;
}

.btn-set-return {
    margin-left: auto;
}

.btn-set-action {
    margin-left: 1em;
}

.btn-bottom-set {
    margin: 10pt 0pt;
    border-top: 1px solid #eee;
    padding-top: 15pt;
}

.blue-bg-t {
    background-color: rgb(0 186 228 / 80%);
    color: white;
}

.sub-menu-section .container {
    margin: 0px auto;
    padding: 10px !important;
}

.sub-menu-section .module-menu {
    margin: 0px;
}

a#lnkHome {}

.sub-menu-section .module-menu-item {
    background-color: transparent;
    vertical-align: middle;
    color: white;
    padding: 0px 10px;
}

.sub-menu-section .module-menu-item i {
    font-size: 15pt;
}

.com-block .com-title-desc {
    font-size: 9pt;
    text-decoration: none;
    line-height: 1.2;
}

.sub-menu-section .module-menu>* {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

.com-block span {
    display: block;
    width: 100%;
}

a.com-block {
    text-decoration: none;
    border-left: 1px solid white;
    margin-left: 10px;
}

.com-block .com-title {
    font-size: 12pt;
    margin-top: 4px;
    line-height: 1.2;
}

.banner-block.inner {
    padding-top: 80px;
}

.submenu {
    background-color: #888;
}

.sub-menu-item {
    padding: 12px;
    display: inline-block;
    width: initial;
    cursor: pointer;
}

.sub-menu-item span,
.sub-menu-item i {
    font-size: 10pt;
    color: white !important;
    margin: 0px 4px;
}

.sub-menu-item.active,
.sub-menu-item.active:hover {
    background-color: #00a797;
}

.sub-menu-item:hover {
    background-color: #696969;
}

.nested .body>.row,
.nested .header>.row {
    margin: 0px;
    padding: 0px;
}

.nested .body>.row>div,
.nested .header>.row>div {
    margin: 0px;
    padding: 0px;
}

.list-box.nested .row {
    padding-right: 0px;
}

.bt-dark-pane {
    background-color: rgb(0 0 0 / 20%);
}

.bt-dark-pane .module-menu-item,
.bt-dark-pane a.module-menu-item {
    background-color: rgb(0 0 0 / 50%);
    color: white;
    margin: 3px;
    cursor: pointer;
  font-size: 12pt;
    text-decoration: none;
   font-family: 'KanitLight', sans-serif;
}

.bt-dark-pane .module-menu-item.active,
.bt-dark-pane a.module-menu-item.active{
    background-color: white;
    color: initial;
    cursor: default;
}

.bt-dark-pane .module-menu-item.home,
.bt-dark-pane a.module-menu-item.home {
    background-color: transparent;
    padding: 7px 9px 2px 0px;
    font-size: 14pt;
    vertical-align: top;
}

.bt-dark-pane .module-menu-item:hover,
.bt-dark-pane a.module-menu-item:hover {
    background-color: black;
}

.bt-dark-pane .module-menu-item.active:hover,
.bt-dark-pane a.module-menu-item.active:hover {
    background-color: white;
}

.bt-dark-pane .module-menu-item.home:hover,
.bt-dark-pane a.module-menu-item.home:hover {
    background-color: transparent;
    color: #2e3192;
}

.bt-dark-pane .module-menu-item.disabled,
.bt-dark-pane a.module-menu-item.disabled{
    cursor: default;
    background-color: rgb(128 128 128 / 50%);
    color: darkgrey;
    pointer-events: none;
}

.inactive {
    filter: grayscale(1);
    pointer-events: none;
    opacity: .8;
}

.white-bar-bg {
    background-color: white;
    border-top: 1px solid #ccc;
}

.legend-list-item {
    padding: 12px 0px;
    display: inline-block;
    vertical-align: top;
    max-width: 105px;
    white-space: nowrap;
    margin: 0px 15px;
}

span.legend-dsc {
    display: inline-block;
    font-size: 8pt;
    line-height: 1.2;
    color: gray;
    letter-spacing: .5px;
}

span.legent-txt {
    font-size: 10pt;
    display: inline-block;
    white-space: initial;
}

span.status-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
    border-radius: 30px;
    display: inline-block;
}

.legend-list {
    display: inline-flex;
}

.legend-list-item.label {
    font-size: 11pt;
    background-color: #f1f1f1;
    align-self: center;
    padding: 17px;
    margin-left: 0px;
}

.status-box.tbatten {
    background-color: white;
    border: 1px solid #bbb;
}

.status-box.ontime {
    background-color: #00c700;
}

.status-box.late {
    background-color: #ffb52e;
}

.status-box.delay {
    background-color: #ff408c;
}

.footer-legend {
    margin-top: 20pt;
}

@media (max-width: 768px) {
    .legend-list {
        display: block;
    }
    .legend-list-item.label {
        width: 100%;
        display: block;
        max-width: initial;
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .legend-list-item.label {
        background-color: transparent;
        padding-bottom: 0px;
    }
    .legend-list-item {
        width: 40%;
        max-width: initial;
    }
    .footer-legend {
        background-color: #f1f1f1;
    }
    span.legend-dsc {
        display: block;
    }
}

.sm-txt-1 .content {
    font-size: 10.5pt;
    line-height: 1.3;
}

.black-txt {
    color: #333334;
}

.row.first-line {
    margin-top: 18px !important;
}

.dts .form-select,
.dts .form-control {
    font-size: 11pt;
    display: inline-block;
}

.dp-inb {
    display: inline-block;
}

.filter-section>* {
    margin-right: 5px !important;
}

.filter-section .fa-search {
    color: white;
    background-color: #07b109;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-size: 12pt;
    padding: 7px 7px;
    display: inline-block;
    margin-top: 2px;
}

.filter-section {
    display: inline-flex;
}

.hint-lg-header {
    color: #0277bd;
    font-size: 9pt;
    display: none;
    line-height: 1;
    margin-bottom: 4px;
}

.status-ft .hint-lg-header {
    color: #797979;
}

.show-lg {
    display: none;
}

@media (max-width: 992px) {
    .nested .header {
        display: none;
    }
    .hint-lg-header {
        display: block;
    }
    .status-ft {
        background-color: #efefef;
    }
    .nested .body .row:nth-child(even) {
        background-color: white;
    }
    .nested .body>.row {
        border: 1px solid #ddd;
        margin-bottom: 10px !important;
        border-radius: 4px;
    }
    .filter-section {
        display: block;
        border-radius: 4px;
        background-color: #fafafa;
        padding: 10px;
    }
    .show-lg {
        display: block;
    }
}

@media (max-width: 576px) {
    .nested .body {
        border: none;
    }
}

.inf-calendar {
    display: inline-flex;
}

.inf-calendar input[type="text"] {
    width: 120px;
}

.inf-calendar i {
    font-size: 18pt;
    padding: 4px;
}

@media (min-width: 993px) {
    .filter-section {
        display: inline-flex !important;
    }
}

.dts .card {
    margin-bottom: 15pt;
}

.card .content.jumbo {
    font-size: 25pt;
}

.card .content.head {
    font-size: 11pt;
    vertical-align: middle;
    padding-top: 5px;
    color: #969696;
    line-height: 1.3;
}

.card .content.body {
    font-size: 11pt;
    vertical-align: middle;
    color: #333334;
    line-height: 1.3;
}

.card .content.main.body {
    font-size: 12pt;
}

.card .content.desc {
    font-size: 9pt;
}

.dts .row.inner>div {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.dts .card .card-body {
    padding: 10px 15px;
}

.dts .nested .row {
    padding: 5px 0px;
}

.card .btn-circular {
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin: 10px 5px;
    display: inline-block;
    color: white;
    font-size: 12pt;
    cursor: pointer;
}

.datetimepicker {
    margin-top: 45px !important;
}

.datetimepicker * {
    font-family: 'KanitLight', sans-serif;
    font-size: 14pt;
    padding: 3px 8px;
}

.lg-list li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    ol.lg-list {
        padding-left: 0px;
        margin-left: 0px;
    }
    .lg-list li {
        margin-left: 20px;
    }
    .mariner-bg {
        padding-bottom: 350px !important;
        background-size: auto;
        background-repeat: no-repeat;
    }
}

@media (max-width: 476px) {
    .mariner-bg {
        background-position: -20px bottom;
    }
}

.boxstatus {
    background-color: #ddd;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.box-status-section>div {
    display: inline-block;
    vertical-align: top;
}

.box-status-l {
    padding: 10px 5px;
    padding-left: 0px;
}

.boxstatus.critical {
    background-color: #b00116;
}

.boxstatus.high {
    background-color: #e81f1f
}

.boxstatus.medium {
    background-color: orange;
}

.boxstatus.minor {
    background-color: #cec200;
}

.boxstatus.insignificant {
    background-color: #83b600;
}

.pad-tb-lg {
    padding: 60px 0px;
}

.status-time {
    font-size: 13pt;
    vertical-align: top;
}

.ontime {
    color: #00b800;
}

.status-time i {
    vertical-align: top;
    margin-right: 5px;
}

.delay {
    color: #ef2f00;
}

.status-progress>* {
    font-size: 12pt;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

.dts-progress-txt {
    width: 40px;
    padding: 1% 5px 0px 0px;
}

.dts-progress-bar {
    max-width: calc(100% - 40px);
}

.status-progress {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .pad-tb-lg {
        padding: 0px;
    }
}

.mariner-bg {
    background-image: url(/portals/0/GRC/images/InfoBackground.jpg);
    background-position: left bottom;
    background-size: cover;
    min-height: 500px;
}

.mariner-c-bg {
    background-color: #2f74c1;
}

.banner-block .section-head-txt {
    margin: 10px;
}

.back-title-section i {
    font-size: 15pt;
}

.dts-dsc {
    font-size: 9.5pt;
}

.back-title-section>* {
    display: inline-block;
    margin-right: 5px;
}

.back-cancel-txt {
    font-size: 10pt;
    max-width: 320px;
    line-height: 1.2;
    vertical-align: middle;
    white-space: initial;
}

.v-card-item {
    border: 1px solid rgba(0, 0, 0, .125);
    display: inline-block;
    width: 144px;
    position: relative;
    margin: 0pt 15pt 15pt 0pt;
    margin-left: 0px;
    margin-right: 15pt;
}

.v-card-item .v-card-img {
    padding: 15px;
    padding-bottom: 0px;
}

.v-card-title {
    display: block;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 10pt;
    min-height: 60px;
}

.v-card-item a.lnk-select {
    color: white;
    background-color: #3d78cf;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 7pt;
    letter-spacing: .5px;
}

.v-card-body {
    padding: 15px;
    padding-top: 0px;
}

.v-card-footer {
    padding: 15px;
    background-color: #efefef;
    min-height: 160px;
}

.v-card-footer .dts-dsc {
    font-size: 9pt;
    line-height: 1.2;
}

.v-card * {
    vertical-align: top;
}

.v-card-img img {
    width: 100%;
}

.back-title-section {
    white-space: nowrap;
}

.v-card-content {
    width: 100%;
}

@media (max-width: 992px) {
    .v-card-item {
        margin: 0px 0px 15pt 0px;
        width: 100%;
    }
    .v-card-item>* {
        display: inline-block;
    }
    .v-card-item .v-card-img {
        width: 100%;
        max-width: 80px;
        padding: 10px;
    }
    .v-card-title {
        display: block;
        min-height: initial;
    }
    .v-card-content {
        width: calc(100% - 90px);
    }
    .v-card-body {
        padding: 0px;
    }
    .v-card-body a.lnk-select {
        margin-bottom: 10px;
        display: inline-block;
    }
    .v-card-footer {
        margin-bottom: 10px;
        width: 100%;
        min-height: initial;
        padding: 10px 15px;
        background-color: #f4f4f4;
    }
}

.dts.toast {
    background-color: white !important;
    color: #4f4f4f !important;
}

.dts.toast.show {
    z-index: 99999;
}

.dts.toast i {
    display: inline-block;
}

.dts.toast.bg-success {
    border-left: 4px solid #79d16b !important;
}

.dts.toast.bg-info {
    border-left: 4px solid #0d8cfd !important;
}

.dts.toast.bg-warning {
    border-left: 4px solid #efc346 !important;
}

.dts.toast.bg-danger {
    border-left: 4px solid #e9475c !important;
}

.dts.toast.bg-success i {
    color: #79d16b;
}

.dts.toast.bg-info i {
    color: #0d8cfd;
}

.dts.toast.bg-warning i {
    color: #efc346;
}

.dts.toast.bg-danger i {
    color: #e9475c;
}

.dts .toast-title {
    color: #292c35;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
}

.dts .toast-dsc {
    color: #636363;
    font-size: 10pt;
}

.header-system-txt {
    font-size: 20pt;
    padding: 20px 0px;
}

.btn-sm .dts-dsc {
    font-size: 6pt;
}

.box-ms {
    background-color: #eee;
    width: 130px;
    height: 130px;
    position: relative;
    vertical-align: top;
}

.clipboard-box {
    background-color: #bdece6;
}

.clipboard-box .footer {
    background-color: #32b0a0;
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    cursor: pointer;
}

.clipboard-box .footer label,
.qrcode-box .footer label {
    margin: 0px;
}

.qrcode-box {
    background-color: #a0b9cc;
}

.qrcode-box .footer {
    background-color: #0073cb;
    padding: 5px;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.qrcode-box img {
    max-width: 111px;
}

ul.progressbar {
    min-height: 60px;
    padding-top: 30px;
}

ul.progressbar li {
    list-style-type: none;
    float: left;
    font-size: 1em;
    width: 25%;
    line-height: 1;
    border-top: 4px solid #666;
}

ul.progressbar li:before {
    background-color: white;
    width: 20px;
    height: 20px;
    display: block;
    content: " ";
    border-radius: 50%;
    border: 4px solid #666;
    position: relative;
    top: -12px;
}

ul.progressbar li.pass:before {
    background-color: #dddddd;
}

ul.progressbar li.active:before {
    background-color: #ffff00;
}

ul.progressbar li:nth-child(n+3) {
    border-top: 0px;
}

ul.progressbar li:nth-child(n+3) {
    margin-top: 4px;
}

.wb.nav-pills .nav-link,
.wb.nav-pills .show>.nav-link {
    background-color: #ddecf2;
    color: black;
    border-radius: 2px;
}

.wb.nav-pills .nav-link.active,
.wb.nav-pills .show>.nav-link {
    background-color: #59add1;
    color: white;
}


/* Update 1657 */

.sub-menu-section .sep-left {
    border-left: 2px solid white;
    padding-left: .5em;
}

.yellow-bg-t {
    background-color: rgb(205 180 0 / 80%);
    color: white;
}

.dark-bg-t {
    background-color: rgb(0 0 0 / 0.5);
    color: white;
}

.p-0 .container {
    padding: 0px !important;
}

.summary-btn.p-2.bg-wb-total {
    background-color: rgb(0 149 255 / 80%);
}

.summary-btn.p-2.bg-wb-open {
    background-color: rgb(255 0 94 / 80%);
}

.summary-btn.p-2.bg-wb-verify {
    background-color: rgb(255 171 0 / 80%);
}

.summary-btn.p-2.bg-wb-closed {
    background-color: rgb(98 0 234 / 80%);
}

.summary-btn.p-2.bg-wb-cancel {
    background-color: rgb(132 132 132 / 60%);
}

.dts-md-summary-no {
    font-weight: bold;
    font-size: 2em;
}

.lightgray-bg {
    background-color: #eee;
}

.mw-200 {
    max-width: 200px;
}

.btn-circular {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-size: 12pt;
    padding: 7px 7px;
    display: inline-block;
    margin-top: 2px;
}

.lgreen-bg {
    background-color: #07b109;
}

@media (max-width: 992px) {
    .spc-lg-mh-20 {
        height: 20px;
    }
}

.dts-list .content.body {
    font-size: 12pt;
    vertical-align: middle;
    color: #333334;
}

.dts-list .hint-header {
    display: inline-block;
}

.lbl-status.open {
    background-color: rgb(255 0 94)
}

.lbl-status.verify {
    background-color: rgb(255 171 0);
}

.lbl-status.not-relevant {
    background-color: #333334;
}
.lbl-status.close {
    background-color: rgb(148 0 255);
}

.lbl-status.cancel {
    background-color: rgb(161 161 161);
}

.lbl-status {
    color: white;
    font-size: 1em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    border-radius: 2px;
}

.complaint-code {
    font-size: 1.2em;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -2px;
}

label.complaint-no {
    font-size: 3em;
    color: #bbb;
}

.row.dts-list {
    margin: 1em 0em !important;
    border-bottom: 1px solid #eee;
}

.lblue-bg {
    background-color: #05af97;
}

.btn-circular-sm {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    font-size: 8pt;
    padding: 7px 7px;
    display: inline-block;
    position: relative;
}

.lh-3 {
    line-height: 1.3;
}

.icon-txt {
    white-space: nowrap;
}

.icon-txt>* {
    vertical-align: top;
    white-space: initial;
    display: inline-block;
}

.icon-txt>.dts-dsc {
    margin-top: 4px;
}

.dts.list-box .row {
    padding-right: 0px;
}

.dts.list-box .body .row-1btn:nth-child(even) {
    background-color: #eceff1;
}

@media (max-width: 992px) {
    .dts.list-box>.body .row-1btn {
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 1em !important;
    }
    .dts.list-box .body .row-1btn:nth-child(even) {
        background-color: white;
    }
}

.row-1btn .col-l {
    width: calc(100% - 40px);
}

.row-1btn .col-l,
.row-1btn .col-r {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 576px) {
    .dts.list-box .body {
        border: none;
    }
}

.cream-bg {
    background-color: #f3ece3 !important;
}

.palegoldenrod-bg {
    background-color: #EEE8AA !important;
}

.btn-cancel {
    color: #fff !important;
    background-color: #f15a24 !important;
    border-color: #f15a24 !important;
}

.btn-cancel:hover {
    color: #fff !important;
    background-color: #e3521e !important;
    border-color: #e3521e !important;
}

.btn-print {
    color: #fff !important;
    background-color: #8cc63f !important;
    border-color: #8cc63f !important;
}

.btn-print:hover {
    color: #fff !important;
    background-color: #76b126 !important;
    border-color: #76b126 !important;
}

.btn-redo {
    color: #fff !important;
    background-color: #ed1e79 !important;
    border-color: #ed1e79 !important;
}

.btn-redo:hover {
    color: #fff !important;
    background-color: #e20365 !important;
    border-color: #e20365 !important;
}

@media (max-width: 768px) {
    label.complaint-no {
        font-size: 2em;
    }
}

.btn-set>i {
    padding: 7px 6px;
}

@media (max-width: 576px) {
    .summary-btn .dts-dsc {
        font-size: 1em;
    }
    .row.top-stat>div {
        width: 20%;
    }
}

@media (max-width: 375px) {
    .summary-btn .dts-dsc {
        font-size: .8em;
    }
}

.btn-usr {
    position: absolute;
    right: 30px;
    background: none;
    border: none;
    margin: 10px 5px;
    color: #008a44;
}

.cpg-logo a {
    top: 0;
    right: 0;
    margin: 10px;
}

.tooltip-inner {
  background-color: #008a44 !important;
  color: #fff;
  z-index: 3000;
  position:relative;
  top: 0px;
  font-size: 15px;
}

@media (max-width: 860px) {
    .tooltip-inner {
        top: 5px;
        right: 0px;
    }
}

.tooltip-arrow { display: none !important; }

@media (max-width: 476px) {
    .cpg-logo img {
        left: 20px;
        position: absolute;
    }
}

.summary-btn .tri {
    width: 0;
    height: 0;
    border-top: 10px solid rgb(255 255 255 / 50%);
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.summary-btn.active .tri {
    border-top: 10px solid #06ff10;
}

.summary-btn {
    cursor: pointer;
}

.summary-btn.bg-wb-total:hover {
    background-color: rgb(0 149 255 / 100%) !important;
}
.summary-btn.bg-wb-open:hover {
    background-color: rgb(255 0 94 / 100%) !important;
}
.summary-btn.bg-wb-verify:hover {
    background-color: rgb(255 171 0 / 100%) !important;
}
.summary-btn.bg-wb-close:hover,
.summary-btn.bg-wb-closed:hover {
    background-color: rgb(98 0 234 / 100%) !important;
}

.summary-btn.bg-wb-cancel:hover {
    background-color: rgb(132 132 132 / 100%) !important;
}

a, a:hover {
    text-decoration: none !important;
}

.ful-del {
    position: absolute;
    padding: 5px;
    cursor: pointer;
    border-radius: 10px;
    right: 0px;
    top: 45%;
}


.ful-image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    padding-top: 56.25%;
    margin: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ful-image img.ful-usr-img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.ful-frame {
    margin: 0px 5px 10px;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    background-color: #fafafa;
    position: relative;
    border: 1px solid black;
    overflow: hidden;
}

.ful-frame-bg {
    padding-top: 56.25%;
    margin: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 150%;
    filter: blur(5px) opacity(.5);
    background-position: center;
}

.ful-frame .imagelnk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.imagelnk img {
    height: 100%;
    margin: auto;
}

@media (max-width: 768px) {
    .ful-frame {
        width: 46%;
    }
}

@media (max-width: 410px) {
    .ful-frame {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
}

.header-3 {
    font-size: 1.2em;
    letter-spacing: .5px;
}

.card-info {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px black;
}

.support-box i {
    font-size: 4rem;
}

.white-t-section {
        background-color: rgb(255 255 255 / 80%);
    }

    .table-cell {
        display: table-cell;
        height: 100%;
        padding: 20px 15px;
        max-width: 150px;
    }
    
    .white-t-section .table-cell.active {
        background: rgb(255 255 255 / 90%);
    }
     .top-menu-item {
        color: white;
        padding: 10px;
        background-color: rgb(0 0 0 / 60%);
        margin-right: 5pt;
        font-size: 11pt;
        cursor: pointer;
    }
    
    .top-menu-item.active {
        background-color: white;
        color: #444;
        font-weight: bold;
        position: relative;
    }
    
    .top-menu-item:hover {
        box-shadow: 1px 1px 5px #b5b5b5;
    }
    
    .manual-txt {
        font-weight: bold;
        font-size: 1em;
        margin: 8px 0px 5px;
        line-height: 1.2;
    }
    
    .bottom-mnl .manual-txt,
    .bottom-mnl .manual-dsc {
        text-align: left;
    }
    
    .bottom-mnl .table-cell {
        cursor: pointer;
    }
    
    .main-menu-block>* {
        display: inline-block;
        vertical-align: top;
        box-sizing: content-box;
        padding: 0px 20pt;
    }
    
    .main-menu-block label {
        font-size: 10pt;
        font-weight: bold;
        display: block;
        margin: 5px 0px;
    }
    
    .menu-item {
        text-align: center;
        display: inline-block;
        margin: 10pt;
        width: 90px;
        vertical-align: top;
    }
    
    .main-menu-block .left-pane {
        padding-left: 0px;
        margin-top: 20pt;
    }
    
    .main-menu-block .right-pane {
        padding-right: 0px;
        border-left: 1px solid white;
    }
    
    .cat-pane .menu-item {
        text-align: left;
        width: 74px;
    }
    
    .cat-pane .menu-item label {
        font-weight: normal;
        font-size: 9pt;
    }
    
    .md-block {
        margin: 7em 0px;
    }
    
    @media (max-width: 1400px) {
        .md-block {
            margin: 24pt 0px;
        }
        .container {
            max-width: 750px;
        }
        .main-menu-block .left-pane {
            margin-top: 0px;
            padding-right: 0px;
        }
        .main-menu-block .right-pane {
            border: none;
            padding-left: 0px;
        }
        .menu-item,
        .cat-pane .menu-item {
            width: 90px;
            text-align: left;
        }
    }
    
    @media (max-width: 740px) {
        .container {
            max-width: 540px;
        }
        .menu-item,
        .cat-pane .menu-item {
            width: 90pt;
            text-align: left;
        }
    }
    
    @media (max-width: 480px) {
        .menu-item,
        .cat-pane .menu-item {
            width: 67pt;
        }
    }

a.system-menu-item {
    background-color: rgb(11 11 11 / 50%);
    padding: .7em .8em;
    font-size: 1.2em;
    margin-right: 8px;
    margin-bottom: 5px;
    color: rgb(255 255 255 / 70%);
    font-weight: bold;
    letter-spacing: .2px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    font-family: 'KanitLight', sans-serif;
}

a.system-menu-item:hover {
    color: rgb(255 255 255 / 70%);
}

a.system-menu-item.active {
    background-color: rgb(255 255 255 / 90%);
    color: #333336;
}

.system-menu .system-menu-item:last-child {
    margin-right: 0px;
}


.navtop-banner .form-label {
    margin: 1em;
    color: white;
    line-height: 1.2;
    font-size: 10pt;
}

.navtop-banner {
    background-color: #0e8221;
}

.navtop-banner a, .navtop-banner a:hover {
    color: #fffa00;
    text-decoration: underline !important;
    margin: 0px 5pt;
}

.navtop-banner a i {
    color: white;
    font-size: 12pt;
}

.dropdown {
    z-index: 9999;
}

.dropdown a.btn {
    font-family: 'KanitLight', sans-serif;
    font-size: 16px;
}

.flag-sm .flag {
    max-width: 2rem;
}

.dropdown-menu.flag-sm {
    padding: 0 5px;
    min-width: initial;
}

.dropdown-menu.flag-sm li {
    list-style: none;
}

.sel-link-go {
    background-color: green;
    color: white;
    padding: 9px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 12px;
    font-size: 10pt;
    font-family: 'KanitLight', sans-serif;
}

.sel-mod-pri {
    font-size: 15pt;
    font-family: 'KanitLight';
    margin-top: 14px;
}
.rct-name {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    width: 100%;
    max-width: calc(100% - 145px);
    white-space: initial;
}
.type-3h-img {
    display: inline-block;
    vertical-align: top;
    max-width: 104px;
    padding-right: 15px;
}
.rct-name .sel-com-pri {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 6px;
    font-family: 'KanitLight',sans-serif;
    color: #222;
    padding-right: 10px;
font-size: 15pt;
}